home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 March / Disc 1 / PCU030201.iso / ads / files / main.swf / scripts / DefineButton2_45 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-10-25  |  123 b   |  9 lines

  1. on(release){
  2.    prevFrame();
  3.    tellTarget("/music")
  4.    {
  5.       gotoAndPlay(1);
  6.       set("/:sound","onn");
  7.    }
  8. }
  9.